type github.com/vmihailenco/msgpack/v5.structCache

4 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		types.go#L64: type structCache struct {
		types.go#L73: func newStructCache() *structCache {
		types.go#L74: 	return new(structCache)
		types.go#L77: func (m *structCache) Fields(typ reflect.Type, tag string) *fields {